*{
    font-family: "微软雅黑";
}

footer {
	width: 100%;
	height: 441px;
	background-image: url('/static/assets/img/footer_back.png');
	margin-top: 50px;
}

.footer {
	margin: 0 auto;
	width: 1400px;
	height: 441px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.footer_box01 {
	width: 360px;
	height: 441px;
	display: flex;
	flex-direction: column;
}

.footer_img {
	padding: 44px 0 40px 0;
	width: 360px;
}

.footer_img img {
	width: 360px;
}

.footer_img_01 {
	width: 360px;
	height: 162px;
	display: flex;
	flex-direction: row;
}

.footer_img_02 {
	width: 198px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.footer_img_02 img {
	padding: 10px 0 10px 0;
}

.footer_img_03 {
	width: 162px;
}

.footer_img_03 img {
	width: 162px;
	height: 162px;
}

.footer_img_02 span {
	color: #fff;
}

.footer_box02 {
	width: 470px;
	height: 441px;
}

.footer_box02 ul,
.footer_box03 ul {
	list-style: none;
}

.footer_box02 ul li,
.footer_box03 ul li a,
.footer_box03 ul li {
	line-height: 35px;
	color: white;
}

.footer_box02,
.footer_box03 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
}

.footer_box03 {
	width: 208px;
	height: 441px;
}